This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
There's a Domino router feature called "Hold undeliverable mail". When you turn this on, messages that are not an exact match for a recipient address will end up being stored in the mail.box file(s) on the server with their status set to "Hold", instead of simply being rejected.
You could write an agent or a server task to scan the mail.box files periodically, looking for the pattern real_address+label. The code could parse off the label, store it in another field, and then release the message to be delivered to the recipient. Or it could do anything else you want it to do, including actually delivering the message by writing directly to the recipient's mail database with the address intact -- and then obviously deleting from the mail.box file. Care would have to be taken with messages that are addressed to multiple recipients, obviously.
(Note that you can't actually put an agent in the mail.box file, as that's never been supported, but you can still write an agent that reads mail.box.)
Feedback response number WEBB8URSGK created by ~Ned Nimfanakonyoopsi on 05/29/2012